home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / Exsate DV Capture Live 1.0 / dvcsetup.exe / install_script.iss
Text File  |  2005-11-04  |  6KB  |  85 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Exsate DV Capture Live
  5. AppVerName=Exsate DV Capture Live 1.0
  6. AppId=Exsate DV Capture Live
  7. AppVersion=1.0
  8. AppPublisher=Exsate Software
  9. AppPublisherURL=http://www.exsate.com
  10. AppSupportURL=http://www.exsate.com/support/
  11. AppUpdatesURL=http://www.exsate.com/download/
  12. AppMutex=vxpress
  13. DefaultDirName={reg:HKLM\Software\Exsate\DV Capture Live,InstallDir|{pf}\Exsate DV Capture Live}
  14. DefaultGroupName=Exsate DV Capture Live
  15. UninstallDisplayIcon={app}\DVCLive.exe
  16. UninstallDisplayName=Exsate DV Capture Live
  17. OutputBaseFilename=dvcsetup
  18. Compression=lzma
  19. PrivilegesRequired=poweruser
  20. ChangesAssociations=yes
  21. LicenseFile=embedded\License.txt
  22. InfoBeforeFile=embedded\InfoBefore.txt
  23. WizardImageFile=embedded\WizardImage0.bmp
  24. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  25.  
  26. [Files]
  27. Source: "{app}\DVCLive.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: ignoreversion 
  28. Source: "{cf}\Exsate Shared\exsvl.ax"; DestDir: "{cf}\Exsate Shared"; MinVersion: 0.0,5.0.2195; Flags: regserver sharedfile 
  29. Source: "{app}\license.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: ignoreversion 
  30. Source: "{app}\readme.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: ignoreversion 
  31. Source: "{app}\dvcintrf.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: ignoreversion 
  32.  
  33. [Registry]
  34. Root: HKLM; Subkey: "SOFTWARE\Exsate"; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekeyifempty 
  35. Root: HKLM; Subkey: "SOFTWARE\Exsate\DV Capture Live"; ValueName: "InstallDir"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekeyifempty 
  36. Root: HKCR; Subkey: ".dvcl"; ValueType: String; ValueData: "dvclive.1"; MinVersion: 0.0,5.0.2195; Flags: createvalueifdoesntexist uninsdeletekey 
  37. Root: HKCR; Subkey: "dvclive.1"; ValueType: String; ValueData: "Exsate DV Capture Live Project"; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekey 
  38. Root: HKCR; Subkey: "dvclive.1\DefaultIcon"; ValueType: String; ValueData: "{app}\DVCLive.exe,1"; MinVersion: 0.0,5.0.2195; 
  39. Root: HKCR; Subkey: "dvclive.1\shell\open\command"; ValueType: String; ValueData: """{app}\DVCLive.exe"" ""%1"""; MinVersion: 0.0,5.0.2195; 
  40. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\VideoCameraArrival"; ValueName: "ExsateDVCLHandler"; ValueType: String; MinVersion: 0.0,5.0.2195; Flags: uninsdeletevalue 
  41. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\ExsateDVCLHandler"; MinVersion: 0.0,5.0.2195; Flags: uninsdeletekey 
  42. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\ExsateDVCLHandler"; ValueName: "Action"; ValueType: String; ValueData: "Capture and recompress on the fly"; MinVersion: 0.0,5.0.2195; 
  43. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\ExsateDVCLHandler"; ValueName: "DefaultIcon"; ValueType: ExpandSZ; ValueData: "{app}\DVCLive.exe,0"; MinVersion: 0.0,5.0.2195; 
  44. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\ExsateDVCLHandler"; ValueName: "InitCmdLine"; ValueType: String; ValueData: "{app}\DVCLive.exe"; MinVersion: 0.0,5.0.2195; 
  45. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\ExsateDVCLHandler"; ValueName: "ProgID"; ValueType: String; ValueData: "Shell.HWEventHandlerShellExecute"; MinVersion: 0.0,5.0.2195; 
  46. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\ExsateDVCLHandler"; ValueName: "Provider"; ValueType: String; ValueData: "Exsate DV Capture Live"; MinVersion: 0.0,5.0.2195; 
  47.  
  48. [INI]
  49. FileName: "{app}\dvclive.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.exsate.com"; 
  50.  
  51. [Run]
  52. Filename: "{app}\DVCLive.exe"; Description: "Launch Exsate DV Capture Live"; MinVersion: 0.0,5.0.2195; Flags: postinstall skipifsilent nowait
  53.  
  54. [Icons]
  55. Name: "{group}\Exsate DV Capture Live"; Filename: "{app}\DVCLive.exe"; WorkingDir: "{app}"; IconFilename: "{app}\DVCLive.exe"; Comment: "DV capture and encoding to AVI WMV on the fly. Displays DV date time stamp"; MinVersion: 0.0,5.0.2195; 
  56. Name: "{group}\Exsate DV Capture Live ReadMe"; Filename: "{app}\readme.txt"; Comment: "Important information about Exsate DV Capture Live"; MinVersion: 0.0,5.0.2195; 
  57. Name: "{group}\Exsate DV Capture Live on the Web"; Filename: "{app}\dvclive.url"; Comment: "Click to visit the Exsate DV Capture Live home page"; MinVersion: 0.0,5.0.2195; 
  58. Name: "{group}\Uninstall Exsate DV Capture Live"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.0.2195; 
  59. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Exsate DV Capture Live"; Filename: "{app}\DVCLive.exe"; WorkingDir: "{app}"; IconFilename: "{app}\DVCLive.exe"; Comment: "DV capture and encoding to AVI WMV on the fly. Displays DV date time stamp"; Tasks: quicklaunchicon; MinVersion: 0.0,5.0.2195; 
  60.  
  61. [Tasks]
  62. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 0.0,5.0.2195; 
  63.  
  64. [InstallDelete]
  65. Type: files; Name: "{app}\exsvl.ax"; 
  66.  
  67. [UninstallDelete]
  68. Type: files; Name: "{app}\vexpress.url"; 
  69.  
  70. [CustomMessages]
  71. default.NameAndVersion=%1 version %2
  72. default.AdditionalIcons=Additional icons:
  73. default.CreateDesktopIcon=Create a &desktop icon
  74. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  75. default.ProgramOnTheWeb=%1 on the Web
  76. default.UninstallProgram=Uninstall %1
  77. default.LaunchProgram=Launch %1
  78. default.AssocFileExtension=&Associate %1 with the %2 file extension
  79. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  80.  
  81. [Languages]
  82. ; These files are stubs
  83. ; To achieve better results after recompilation, use the real language files
  84. Name: "default"; MessagesFile: "embedded\default.isl"; 
  85.